
fork
A fork occurs when one part of a program splits off to perform a subtask. On a
Unix system, the program actually makes a copy of itself and starts this programming
running in order to perform the subtask. A fork might occur on the WWW when a server
is receiving multiple client requests. A fork system is not the most efficient method of
dealing with multiple requests. By contrast, a threaded process uses an independent unit
or thread within a process, but all threads in the process share the same memory space
address.
W3E References:
- client/server
-
- server
-
Print References:
- Client/Server Computing for Technical Professionals: Concepts and
Solutions. Johnson M. Hart and Barry Rosenberg. Addisson-Wesley, Reading MA,
1995. (ISBN 0-201-63388-4)

E-Mail:
The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights &
IMPACT Online.
Revised -- February 20th, 1996